-- card: 120176 from stack: in -- bmap block id: 121176 -- flags: 0000 -- background id: 2665 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=334 top=164 right=186 bottom=434 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 1 ----- HyperTalk script ----- on mouseUp hide card field "cover" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=335 top=190 right=212 bottom=435 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 2 ----- HyperTalk script ----- on mouseUp global guess add 1 to guess end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=335 top=215 right=237 bottom=435 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 3 ----- HyperTalk script ----- on mouseUp global guess add 1 to guess end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=336 top=242 right=264 bottom=436 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 4 ----- HyperTalk script ----- on mouseUp global guess add 1 to guess end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=336 top=268 right=290 bottom=436 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 5 ----- HyperTalk script ----- on mouseUp global guess add 1 to guess end mouseUp -- part 6 (field) -- low flags: 80 -- high flags: 0001 -- rect: left=4 top=197 right=306 bottom=239 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: cover -- part 7 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=337 top=297 right=319 bottom=437 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: RESTORE ----- HyperTalk script ----- on mouseUp global correct add 1 to correct global guess add 1 to guess show card field "cover" go next end mouseUp -- part contents for background part 1 ----- text ----- QUIZ -- part contents for background part 2 ----- text ----- 6Q If you cross two individuals that are pure breeders for phenotypic characteristics at the extremes of the phenotypic range, what does the F1 look like? 1. It would be in the mid range 2. It would lie to the side of the dominant genes 3. You would get a normal curve 4. You would get a Poisson curve 5. None of the above CORRECT! In any population arising from a cross between extreme phenotypes (quantitative inheritance) the F1 will be heterozygous for each allele and hence display an intermediate phenotype. Normal distributions, assuming no selection acting for or against a gene, will not be seen until the F2. If factors favor a particular genotype range over others, then a Poisson distribution will be seen. -- part contents for background part 8 ----- text ----- 113